home *** CD-ROM | disk | FTP | other *** search
/ Power Programmierung / Power-Programmierung (Tewi)(1994).iso / magazine / compute / 1989_02 / colorset.doc < prev    next >
Text File  |  1988-11-18  |  3KB  |  58 lines

  1.                Color Utility for IBM-compatible Computers
  2.  
  3. This color-setting utility for CGA and EGA-equipped computers is
  4. designed to be easy to use and fast.
  5.  
  6. Requirements:  IBM PC,XT,AT or compatible computer with CGA, EGA,
  7.                or VGA adapter and color monitor.
  8.  
  9.                You must install ANSI.SYS as a device in your CONFIG.SYS
  10.                file.  The correct line is:  DEVICE = ANSI.SYS. If
  11.                the file, ANSI.SYS is not in your root directory, you
  12.                must include the path information as well.  For example,
  13.                the line might read: DEVICE=C:\DOS\ANSI.SYS if the file,
  14.                ANSI.SYS, is in the C:\DOS directory.
  15.  
  16.                               INSTRUCTIONS
  17.  
  18. Install the program by copying all its files into a directory named in
  19. the PATH statement in your AUTOEXEC.BAT file. By doing that, you can call 
  20. the program while logged onto any disk or directory. The program is currently
  21. configured to be installed in the C:\DOS directory. If you do not already
  22. have a PATH statement, add one with the following format:
  23.  
  24. PATH = C:\;C:\DOS
  25.  
  26. To use the utility, simply enter the command SEECOLOR to view a color
  27. chart of the available screen colors.  Currently, the batch file,
  28. SEECOLOR.BAT, assumes that the file, COLORS.ANS, is in the C:\DOS
  29. directory.  If that is not the case, change the batch file to give
  30. the actual location of COLORS.ANS.  Floppy disk users should change the 
  31. line in SEECOLOR.BAT, which reads: 
  32.  
  33. TYPE C:\DOS\COLORS.ANS
  34.       to 
  35. TYPE COLORS.ANS
  36.  
  37. To change colors, use the command SETCOLOR, with the foreground and
  38. background color choices as parameters.  As an example, to set white
  39. type on a black background, give the command this way: SETCOLOR 7 0  <Enter>
  40.  
  41. To set light yellow characters on a blue background, the command is: 
  42. SETCOLOR 14 1 <Enter>
  43.  
  44. Be sure to leave spaces between the command and the color numbers, and
  45. a space between the two numbers.  Note:  Only numbers between 0 and 7
  46. can be used as a background color.
  47.  
  48. You can create other batch files for your favorite screen colors.
  49. Just include the command, SETCOLOR [foreground] [background] in the
  50. batch file.  You can also include this command at the end of a batch file
  51. which calls a program that doesn't restore your normal screen colors.
  52.  
  53. This utility is placed in the public domain by:
  54.  
  55.                            George Campbell
  56.                            1472 Sixth St.
  57.                          Los Osos, CA  93402
  58.